projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9adb145
)
Make it compile
author
Matthias Clasen
<matthiasc@src.gnome.org>
Sat, 12 Mar 2005 04:21:42 +0000
(
04:21
+0000)
committer
Matthias Clasen
<matthiasc@src.gnome.org>
Sat, 12 Mar 2005 04:21:42 +0000
(
04:21
+0000)
gtk/gtkaboutdialog.c
patch
|
blob
|
history
diff --git
a/gtk/gtkaboutdialog.c
b/gtk/gtkaboutdialog.c
index 82264446aabf10bb0188ae1e08e82f543066de7f..73b41eaf9546542d2088ec2c56b4df63f0298786 100644
(file)
--- a/
gtk/gtkaboutdialog.c
+++ b/
gtk/gtkaboutdialog.c
@@
-1830,7
+1830,7
@@
add_credits_page (GtkAboutDialog *about,
view = gtk_text_view_new ();
g_signal_connect_object (about, "style_set",
- G_CALLBACK (text_view_style_set), view);
+ G_CALLBACK (text_view_style_set), view
, 0
);
buffer = gtk_text_view_get_buffer (GTK_TEXT_VIEW (view));
gtk_text_view_set_cursor_visible (GTK_TEXT_VIEW (view), FALSE);